Vcenter Cluster EvcMode CheckResult
Information returned from operations that check EvcMode based compatibility.
This schema was added in vSphere API 9.0.0.0.
{
"error": {
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
},
"host_system": "string"
}
The error associated with the check.
This property was added in vSphere API 9.0.0.0.
The host associated with the error.
This property was added in vSphere API 9.0.0.0.
If missing or null
, then the error is not associated with any host.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: HostSystem
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: HostSystem
.